ul.nav {
    float: left;
    margin-bottom: 1em;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    text-align: left;
    width: 12em;
    line-height: 1.0;
    z-index: 497;
}

ul.nav li {font-size: 15px;text-align: center;margin: 0;width: 12em;float: left;position: relative;z-index: 498;list-style: none;}

.nav>li>a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    border: 0;
    padding: 0.75em 1em;
    color: #683510;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #b28445;
}
.nav {
    font-family: 'Walter Turncoat';
    font-style: normal;
    font-weight: normal;	
}

p {
    font-size: 1.1em;
    line-height: 140%;
    font-weight: lighter;
}
ul li ul {
    display: none;
}
ul li:hover ul {
    display: block;
}


ul.nav li ul li {
    background-color: #f2f2f2;
    text-align: left;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    z-index: 498;
    line-height: 20px;
}
ul.nav li ul li a {
    border: 0;
    padding: 0.75em 1em;
    color: #683510;
    text-transform: uppercase;
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    text-decoration: none;
	width: 100%;
	background-color: #f2f2f2;
}

@media (min-width: 768px) {
ul.nav li ul {
    width: 12em;
    position: absolute;
    left: 10.32em;
	top:0;
}
}
ul.nav li:hover {
    background: #B28445;
}
ul.nav li ul li a:hover {
    background: #B28445;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.container {
	padding:0;	
}